# CMake build artifacts
build/
.cmake/

# HoloHub CLI tools (auto-downloaded by the holohub wrapper on first run)
.holohub/

# Container HOME-mapped junk (dev container sets HOME=/workspace/{{ cookiecutter.module_slug }})
.local/
.cupy/
.cache/
.bash_history
.python_history
.ngc/
.nv/

# Python packaging artifacts
dist/
*.egg-info/
__pycache__/
*.py[cod]

# Editor / IDE
.vscode/
.idea/
*.swp
